home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / begincpp.zip / READ.ME < prev   
Text File  |  1991-05-07  |  1KB  |  19 lines

  1.  
  2.      These are a couple of entry-level C++ programs I wrote when I learned
  3. to program in C++.  The Glockenspiel C++ translator is used for compiling these
  4. programs.  The intermediate C programs generated by the translator are also
  5. included.  Because the output of the intermediate C is hard to read at first
  6. sight, I rearrange the codes a little so it is easier to read though not that
  7. easy at all.  For those who have some background in C while new to C++, by 
  8. studying the C++ and its corresponding intermediate C program, you will learn
  9. how C++ is associated with C.  The translator helped me a lot to understand
  10. the language, I think it will help you, too.  By the way, because the translator
  11. calls Microsoft C compiler to compile the intermediate C code, you can be sure
  12. that it is also Windows compatible.  The product is highly recommended if you
  13. got the budget for it ($499).
  14.      There are some documentation for these programs but I do not have time to
  15. sort them out, so until next time, have fun!
  16.  
  17.                                              J.K. in Cleveland
  18.  
  19.